Book Contents

Command examples for detecting a CSV data log file

The following table shows the command examples for detecting the integrity of a CSV data log file.

In the Command Prompt window, type

When press Enter

ra_checkcsvintegrity -i c:\source\file.csv

The integrity of file.csv will be checked and the detection report will be shown in the Command Prompt window.

ra_checkcsvintegrity -i c:\source\file.csv -o c:\report\file.txt

The integrity of file.csv will be checked and the detection report will be saved to file.txt.

ra_checkcsvintegrity -i c:\source\*.csv

The integrity of all the CSV files at c:\source\ will be checked and the detection report will be shown in the Command Prompt window.

ra_checkcsvintegrity -i c:\source\*.csv -o c:\report\file.txt

The integrity of all the CSV files at c:\source\ will be checked and the detection report will be saved to file.txt.

See also

Detect the integrity of a CSV data log file using a command

Commands for detecting a CSV data log file

CSV data log file

Cannot perform tamper detection